loop n. 1.(用線、帶等打成的)圈,環(huán),匝,框,環(huán)孔,線圈;【醫(yī)學】(常 the loop)宮內(nèi)避孕環(huán)。 2.環(huán)狀物,塔環(huán),拎環(huán)。 3.(鐵路上的)讓車道,環(huán)道。 4.【無線電】回路,回線,波腹,環(huán)形天線。 5.【數(shù)學】自變;【計算機】循環(huán);(程序中)一群指令的重復(fù)。 6.【航空】翻圈飛行,翻筋斗;【溜冰】(單腳)打圈兒。 7.〔美國〕鬧市區(qū);〔the L-〕 芝加哥的商業(yè)區(qū)。 a safety loop保險圈。 a wire loop鋼絲套圈。 knock [throw] for a loop 〔美俚〕 1. 使神志不清;打昏,使醉倒。 2. 給人極好的印象。 3. 出色地通過[做成]。 on the loop 〔美國〕在匆匆旅行中。 out of the loop 在圈內(nèi)人物之外的,不在…圈子內(nèi)的。 vt. 1.使(繩等)成圈,打成圈;【電學】 把導(dǎo)線連成回路。 2.用圈圍住;(用環(huán))箍住。 (up back). 3.使作成環(huán)狀運動;【航空】翻筋斗。 vi. 1.打環(huán),成圈。 2.【航空】翻筋斗。 3.(像尺蠖似的)伸屈前進。 loop the loop 【航空】翻筋斗;(騎自行車等)兜圈子。
A standard optimization is loop unrolling ; the compiler will unroll the loops to reduce the number of branches 標準的優(yōu)化是循環(huán)展開;編譯器將展開循環(huán),以減少分支的數(shù)量。
To tackle these problems , gcx employs branch result combining , loop unrolling , procedure integration and other techniques vastly 為此, gcx使用了諸如合并分支執(zhí)行結(jié)果、循環(huán)展開、過程集成等方法來克服這些困難。
By using high - speed buffers and do … loop unrolling technique , it reduced memory complexity and improved average time of floating - point calculation 采用高速緩存和循環(huán)展開技術(shù),降低了存儲復(fù)雜性,提高了浮點運算的平均時間。
The cla ic compiler optimizatio , such as dead code elimination , co tant folding , co tant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses 典型的編譯器最優(yōu)化,如死代碼消除、常數(shù)合并、常數(shù)傳送、部分冗余的消除、循環(huán)展開等等,是靜態(tài)分析。
The classic compiler optimizations , such as dead code elimination , constant folding , constant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses 典型的編譯器最優(yōu)化,如死代碼消除、常數(shù)合并、常數(shù)傳送、部分冗余的消除、循環(huán)展開等等,是靜態(tài)分析。
In the dissertation , we discuss the issues on loop unrolling , register allocation , and cost model , etc . some of the achievements are applied to the implementation of an open source compiler 本文結(jié)合epic體系結(jié)構(gòu)特性,對軟件流水技術(shù)中的循環(huán)展開、寄存器分配、開銷模型和決策框架等領(lǐng)域進行了研究,并將其中一些成果應(yīng)于一個開放源碼的編譯器,取得了比較好的效果。